| commit | 83c085573d4d3ad5c90d90d09bc57a098567dd51 | [log] [tgz] |
|---|---|---|
| author | David Pursehouse <dpursehouse@collab.net> | Thu Mar 23 14:36:54 2017 +0900 |
| committer | David Pursehouse <dpursehouse@collab.net> | Tue Apr 04 05:06:42 2017 +0000 |
| tree | 37cfb67d83a18a47849bc345522e1cc2eb6b7a21 | |
| parent | 9107752e5a5c80a71e634f42986ae6dadae7140b [diff] [blame] |
Upgrade commons-validator to 1.6 Version 1.6 upgrades the TLD list to version 2017020400 [1]. The version available at the IANA site [2] at the time of writing this commit is 2017032102. Prior versions are not provided. Update the test data to this later version, commenting out the only TLD that is not supported in 2017020400 ("AFRICA"). [1] https://github.com/apache/commons-validator/commit/fe29c2dd861bfc0fe4c397f9f9b220b735ea4ce7 [2] http://data.iana.org/TLD/tlds-alpha-by-domain.txt Change-Id: I2fb3fbc6e4db205d0a1aafdbc6b73a91b2e844ed diff --git a/WORKSPACE b/WORKSPACE index 54c414f..0a2259c 100644 --- a/WORKSPACE +++ b/WORKSPACE
@@ -311,8 +311,8 @@ maven_jar( name = "commons_validator", - artifact = "commons-validator:commons-validator:1.5.1", - sha1 = "86d05a46e8f064b300657f751b5a98c62807e2a0", + artifact = "commons-validator:commons-validator:1.6", + sha1 = "e989d1e87cdd60575df0765ed5bac65c905d7908", ) maven_jar(